home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / exam11 / readme < prev    next >
Text File  |  1995-09-27  |  328b  |  11 lines

  1.  
  2.  
  3. This example builds on the previous example by the addition of instance
  4. variable declarations to the new class.  The main program has also been
  5. changed to create an instance of the new class.
  6.  
  7. Instance variables are uniquely allocated as part of each instance
  8. of a class.
  9.  
  10. (To build see the readme file in the first example.)
  11.